home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Translation Manager / Sample Code / Development Shell (old) / SampleFileTranslationExt.make < prev    next >
Encoding:
Text File  |  1998-06-05  |  675 b   |  24 lines  |  [TEXT/MPS ]

  1.  
  2. kSignature            =     '????'
  3. kComponentFileType    =    'thng'
  4.  
  5. ComponentObjects    =    "TranslateExtensionInterface.o"        ∂
  6.                         "SampleFileTranslationExt.c.o"        ∂
  7.                         "{Libraries}"Interface.o 
  8.  
  9.  
  10. "SampleFileTranslationExt"         ƒƒ        "SampleFileTranslationExt.r"
  11.     Rez -o {Targ} -a "SampleFileTranslationExt.r" 
  12.     SetFile SampleFileTranslationExt -t {kComponentFileType} -c {kSignature} 
  13.  
  14.  
  15. "SampleFileTranslationExt"        ƒƒ        {ComponentObjects}
  16.     Link -o {Targ} {ComponentObjects} -rt xlat=128 -m TRANSLATEENTRY -rn -sg MergeSegments -t rsrc -c RSED
  17.  
  18.  
  19. "SampleFileTranslationExt.c.o"     ƒ        "SampleFileTranslationExt.c"        ∂
  20.                                         "TranslationExtensions.h"    
  21.     C -o {Targ} "SampleFileTranslationExt.c"  
  22.  
  23.  
  24.